home *** CD-ROM | disk | FTP | other *** search
-
- <!--#include file="<%LoginIncPage%>"-->
-
- <%BeginASP%>
- ' Security check for cookie on local workstation vs. login and password
-
- ' if cookie do not match, redirect user
- If Request.Cookies("ADMIN")("login") <> Username or Request.Cookies("ADMIN")("pass") <> Password Then
- ' redirect user to login page
- Response.Redirect"<%LoginASPPage%>"
- End If
- ' End security check, proceed with browsing
- <%EndASP%>
-